projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6507300
)
(tramp-compat-file-attributes): Add comment.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 12 Feb 2008 03:46:03 +0000
(
03:46
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 12 Feb 2008 03:46:03 +0000
(
03:46
+0000)
lisp/net/tramp-compat.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-compat.el
b/lisp/net/tramp-compat.el
index fcd8ba112b56f03ad9464175fb7b5cedc4d63006..7c75fbb2eb6d07f8491dbd5f62cddfd402c41510 100644
(file)
--- a/
lisp/net/tramp-compat.el
+++ b/
lisp/net/tramp-compat.el
@@
-197,6
+197,7
@@
Add the extension of FILENAME, if existing."
(cond
((or (null id-format) (eq id-format 'integer))
(file-attributes filename))
+ ;; FIXME: shouldn't that be tramp-file-p or somesuch?
((file-remote-p filename)
(funcall (symbol-function 'tramp-handle-file-attributes)
filename id-format))